home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / pcm_d1.arc / MANUAL.BAT < prev    next >
DOS Batch File  |  1989-06-12  |  1KB  |  46 lines

  1.  
  2. echo off
  3. cls
  4. echo  
  5. echo                            ═════════════════════════
  6. echo                            PERSONAL CONTACTS MANAGER
  7. echo                            ═════════════════════════
  8. echo  
  9. echo  
  10. echo                                 Manual print-out
  11. echo                                 ~~~~~~~~~~~~~~~~
  12. echo  
  13. echo                  This program will print your help text files.
  14. echo                         Please make your printer ready.
  15. echo  
  16. echo  
  17. echo                  Then press the ─┘ key if you wish to proceed.
  18. echo  
  19. echo  
  20. echo  
  21. echo          To terminate at any time, press the CTRL and C keys together.
  22. echo  
  23.  
  24. pause>NUL
  25. cls
  26. echo  
  27. echo  
  28. echo  
  29. echo                            The files are being printed.
  30. echo  
  31. echo                                  Stand by please...
  32. echo  
  33. echo  
  34. print readme1.txt
  35. print readme2.txt
  36. print readme3.txt
  37. print readme4.txt
  38. print readme5.txt
  39. print readme6.txt
  40. print readme7.txt
  41. print readme8.txt
  42. print readme9.txt
  43.  
  44. cls
  45.  
  46.